home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / bind / readme < prev    next >
Text File  |  1990-04-19  |  876b  |  21 lines

  1.  
  2. Archive: uunet!~uucp/amiga-sources/vol1/bind.shar.Z
  3.  
  4.  
  5. Bind, written by Bill Barton, takes a standard .fd (function definition) 
  6. file and generates a binding library for the functions defined in the 
  7. .fd file. The bindings are generated based on a set of rules for a 
  8. target compiler defined in a file called "bindfile".  These rules 
  9. specifiy which registers need to be preserved, how the arguments 
  10. are passed on the stack, and the syntax to call an assembler and 
  11. a librarian.  It is anticipated that this program will be of great
  12. use to those hacking on redistributable C compilers such as PD C
  13. and gcc.
  14.  
  15. We apologise to everyone who does not have an Amiga for the binary nature
  16. of this posting, but this program seems so incredibly useful to Amiga
  17. developers that we feel it's worth making an exception for. 
  18.  
  19. ---------------------- cut here --------------------------
  20. :
  21.